lib: Fix an introspection annotation
authorKrzesimir Nowak <krzesimir@kinvolk.io>
Tue, 19 Apr 2016 08:56:13 +0000 (10:56 +0200)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Tue, 19 Apr 2016 12:16:16 +0000 (12:16 +0000)
The "allow-none" annotation does not make sense for a plain boolean
parameter.

Closes: #267
Approved by: cgwalters

src/libostree/ostree-repo.c

index 08e6a48fa821b5d94a9ded0eaee8cd4ebbec5e12..f5c1b00ace4933375598c29e0260a707169bd7d6 100644 (file)
@@ -426,7 +426,7 @@ ostree_repo_get_remote_list_option (OstreeRepo   *self,
  * @self: A OstreeRepo
  * @remote_name: Name
  * @option_name: Option
- * @default_value: (allow-none): Value returned if @option_name is not present
+ * @default_value: Value returned if @option_name is not present
  * @out_value: (out) : location to store the result.
  * @error: Error
  *